From: Richard M. Stallman Date: Fri, 28 May 1993 01:19:17 +0000 (+0000) Subject: (ALL_CFLAGS): Add -I../src X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95870 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c93341d5410142fb5fa460535b3261f9fa126814;p=emacs.git (ALL_CFLAGS): Add -I../src --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index bf9b3e23115..6c4b35bbfb5 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -103,7 +103,8 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ ### Some other files - those shared with other GNU utilities - need ### HAVE_CONFIG_H #defined before they know they can take advantage of ### the information in ../src/config.h. -ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I${srcdir} -I${srcdir}/../src ${CFLAGS} +ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ + -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS} .c.o: ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<